BidNow Services


Service URL
PUT: http://cloudsamples.net/RestServices/BidNow.Services/AuctionService.svc/items/{itemId}?apiKey={apiKey}

Description
Updates an auction item.

Authentication
This service requires authentication. To authenticate you need to pass your API key using the apiKey query argument. To get your API key register for an account.

Parameters
itemId:
Auction item ID
apiKey:
API key
item:
PUT request body: updated AuctionItem entity

Example Response
The example response cannot be displayed.